Welcome![Sign In][Sign Up]
Location:
Search - multi threaded udp server

Search list

[Other resourcestendhal-0.48

Description: 是一个用来开发同时多人在线游戏的引擎,Arianne提供一个简单的方式来创建游戏服务器规则与游戏客户端.Marauroa Server是用Java开发的多线程服务器,使用UDP协议进行通信,用mysql存储数据,并使用python描述游戏脚本-is also used to develop a multiplayer online game engine, Arianne provide a simple way to create rules of the game and the game server client. Marauro a Java Server is the development of multi-threaded server, the use of UDP communication, with mysql data storage, and describe the use of python script games
Platform: | Size: 3445538 | Author: 蛤蟆 | Hits:

[WinSock-NDISServerSocket_demo

Description: 非常好的Socket多线程编程例子,可用作客户端或者服务端,可以实现TCP或者UDP通信,可以同时创建n个线程-very good example of multi-threaded programming, can be used as a client or server, can achieve a TCP or UDP communications, it will also create threads n
Platform: | Size: 48757 | Author: 万青 | Hits:

[Internet-NetworkServerSocket_demo

Description: 非常好的Socket多线程编程例子,可用作客户端或者服务端,可以实现TCP或者UDP通信,可以同时创建n个线程-very good example of multi-threaded programming, can be used as a client or server, can achieve a TCP or UDP communications, it will also create threads n
Platform: | Size: 48128 | Author: 万青 | Hits:

[Program docMultithreaded TCP-UDP Client Server

Description: .Ne 环境的下多线程的TCP/UDP 编程示例子,里面包括了服务器也客户端程序-. Ne environment under the multi-threaded TCP/UDP programming examples son, which includes the server client program
Platform: | Size: 3072 | Author: 蓝鸥 | Hits:

[Game Enginestendhal-0.48

Description: 是一个用来开发同时多人在线游戏的引擎,Arianne提供一个简单的方式来创建游戏服务器规则与游戏客户端.Marauroa Server是用Java开发的多线程服务器,使用UDP协议进行通信,用mysql存储数据,并使用python描述游戏脚本-is also used to develop a multiplayer online game engine, Arianne provide a simple way to create rules of the game and the game server client. Marauro a Java Server is the development of multi-threaded server, the use of UDP communication, with mysql data storage, and describe the use of python script games
Platform: | Size: 3444736 | Author: 蛤蟆 | Hits:

[TCP/IP stackACEserver

Description: 基于ACE开发的简单的UDP服务器以及客户端,并实现广播的功能。-Based on the ACE to develop a simple UDP server and client, and to realize the function of broadcasting.
Platform: | Size: 186368 | Author: 郑剑芳 | Hits:

[TCP/IP stackUDPEcho

Description: 利用UDP实现的多线程发送和接受数据包。-Achieved using multi-threaded UDP send and receive packets.
Platform: | Size: 8192 | Author: 朱东杰 | Hits:

[Internet-NetworkUDPSendTimes

Description: udp发送时间数据和文字服务器端,socket多线程,可以实现类似qq服务器的功能-udp send time data and text server-side, socket multi-threaded, you can realize the function of a similar server qq
Platform: | Size: 3828736 | Author: yuanyongjian | Hits:

[TCP/IP stackmyqq

Description: 一个基于聊天的程序,通过这个小程序的学习你可以学到如何使用套接字进行网络编程、自定义消息、多线程方面的编程思想以及学习使用各种控件。   本程序利用Socket套接字将主程序分为服务端和客户端两个部分。采用了UDP和TCP/IP相结合,有效提高了数据传输的时效性和稳定性。本程序还用到了多线程编程,用来解决程序自身阻塞的问题。 -A chat-based procedures, the adoption of this small program you can study and learn how to use the socket network programming, since the definition of news, multi-threaded programming aspects of thinking and learning using a variety of controls. This procedure will use the main program is divided into Socket socket server and client in two parts. Adopted UDP and TCP/IP combination effectively improved the timeliness of data transmission and stability. This procedure is also used in a multi-threaded programming procedures to solve their own congestion.
Platform: | Size: 238592 | Author: 小义 | Hits:

[Linux-Unixsocket

Description: linux下面实现的socket网络编程。可以实现多客户端联机server的功能。-linux following the realization of the socket network programming. Can be achieved online multi-client server functionality.
Platform: | Size: 14336 | Author: 孙帮山 | Hits:

[Windows DevelopLANChat

Description: 毕业设计:VC++局域网聊天程序 本程序利用Socket套接字将主程序分为服务端和客户端两个部分。采用了UDP和TCP/IP相结合,有效提高了数据传输的时效性和稳定性。本程序还用到了多线程编程,用来解决程序自身阻塞的问题。 -Graduation Project: VC++ LAN chat program using this procedure will be the main program is divided into Socket socket server and client in two parts. Adopted UDP and TCP/IP combination effectively improved the timeliness of data transmission and stability. This procedure is also used in a multi-threaded programming procedures to solve their own congestion.
Platform: | Size: 237568 | Author: sdfads | Hits:

[TCP/IP stackCreatingClientServerWinsock_vb

Description: 這是一個client/server multi-threaded socket class.這個源代碼可利用TCP/IP或是UDP進行資料的交握-This is a client/server multi-threaded socket class. The source code can make use of TCP/IP or UDP data of Handshake
Platform: | Size: 100352 | Author: 周小豪 | Hits:

[TCP/IP stackUDPcommuncation

Description: 实现UDP的客户端与服务器的通信程序,它是通多线程来实现,很较大的学习价值。-The realization of UDP client and server communication program, which is multi-threaded pass to achieve, it is the larger the value of learning.
Platform: | Size: 2525184 | Author: qin | Hits:

[Windows DevelopLanTalk

Description: 本程序设计分为服务器应用程序及客户机应用程序部分,采用Socket套接字库网络编程。(UDP)和(TCP/IP)相结合的连接方式,及解决了数据传输的时效性又能保证数据在传输的过程中不会丢失。另外程序采用多个线程来避免程序阻塞。具体设计思路及部分代码如下: 程序设计目的:首先就是完成课设任务啦(大二课设内容)其他目的: 1:练习使用套接字进行网络编程。 2:练习使用自定义消息。 3:练习多线程方面的编程思想。 4:练习使用各种控件。 -This procedure is divided into server application design and part of the client application using Socket socket network programming library. (UDP) and (TCP/IP) connection method of combining, and resolved the timeliness of data transmission but also ensures that the process of data transmission will not be lost. Other procedures to avoid the use of multiple threads blocking procedures. Specific design ideas and some code as follows: program design purposes: first mission is set up you finish class (sophomore class for the content of) other purposes: 1: Practice using the socket network programming. 2: Practice the use of custom message. 3: practice aspects of multi-threaded programming idea. 4: Practice using a variety of controls.
Platform: | Size: 212992 | Author: baiydusr | Hits:

[Internet-NetworkMyChat

Description: 该程序基于TCP/UDP的多线程通信程序,同时即可作为服务器端又可做客户端-The program based on TCP/UDP communications of multi-threaded process, at the same time you can do as a server-side client
Platform: | Size: 1951744 | Author: 许延 | Hits:

[Internet-NetworkLANChat

Description: 毕业设计:VC++局域网聊天程序。通过这个小程序的学习你可以学到如何使用套接字进行网络编程、自定义消息、多线程方面的编程思想以及学习使用各种控件。本程序利用Socket套接字将主程序分为服务端和客户端两个部分。采用了UDP和TCP/IP相结合,有效提高了数据传输的时效性和稳定性。本程序还用到了多线程编程,用来解决程序自身阻塞的问题。 -Graduation project: VC++ LAN chat program. Through this small program you can learn to learn how to use the socket network programming, since the definition of news, multi-threaded programming aspects of thinking and learning to use a variety of controls. This procedure will use the main program is divided into Socket socket server and client in two parts. Adopted UDP and TCP/IP combination effectively improved the timeliness of data transmission and stability. This procedure is also used in a multi-threaded programming procedures to solve their own congestion.
Platform: | Size: 237568 | Author: 163 | Hits:

[ICQ-IM-ChatMyQQ

Description: 通过这个小程序的学习你可以学到如何使用套接字进行网络编程、自定义消息、多线程方面的编程思想以及学习使用各种控件。   本程序利用Socket套接字将主程序分为服务端和客户端两个部分。采用了UDP和TCP/IP相结合,有效提高了数据传输的时效性和稳定性。本程序还用到了多线程编程,用来解决程序自身阻塞的问题。 -The learning process through this small you can learn how to use the socket network programming, custom messages, multi-threading programming ideas and to learn to use a variety of controls. This procedure will be the main program is divided into use Socket socket server and client in two parts. Adopted UDP and TCP/IP integration, improve the timeliness of data transmission and stability. This procedure also uses a multi-threaded programming, to solve the program' s own congestion.
Platform: | Size: 233472 | Author: li | Hits:

[Internet-Network1469-anqn

Description: 通过这个小程序的学习你可以学到如何使用套接字进行网络编程、自定义消息、多线程方面的编程思想以及学习使用各种控件。   本程序利用Socket套接字将主程序分为服务端和客户端两个部分。采用了UDP和TCP/IP相结合,有效提高了数据传输的时效性和稳定性。本程序还用到了多线程编程,用来解决程序自身阻塞的问题。-Learning through this small program you can learn how to use the socket network programming, custom messages, multi-threading programming ideas and to learn to use a variety of controls. This procedure will be the main program is divided into use Socket socket server and client in two parts. Adopted UDP and TCP/IP integration, improve the timeliness of data transmission and stability. This procedure also uses a multi-threaded programming, to solve the program' s own congestion.
Platform: | Size: 357376 | Author: spacebank | Hits:

[TCP/IP stackjava_UDPSocket_codes

Description: java 多线程UDP通信资料与代码: 1、UDP多线程通信server程序(serverThread)详细解析 2、简易UDP client程序 3、多线程Java_Socket编程示例等资料-java multi-thread UDP communication data and code: UDP multi-threaded communications server program (serverThread) detailed analysis, simple UDP client program, multi-threaded Java_Socket programming examples
Platform: | Size: 66560 | Author: 姜怡姝 | Hits:

[ICQ-IM-ChatChat

Description: 网络聊天室——(服务器-客户端)模式 主要技术:网络套接字、多线程 UDP协议 功能: 实现了在线聊天功能 客户端:发送信息、私聊等 服务器:发送信息、发送公告、踢人等 代码清新实用,很适合初学者。-Internet chat rooms- (Server- Client) Mode Key technology: network socket, multi-threaded UDP protocol Functions: Online chat feature Client: Send information, private chat, etc. Server: send a message, send the announcement, kicking Code is fresh and practical, it is suitable for beginners.
Platform: | Size: 270336 | Author: zhaobo | Hits:
« 12 »

CodeBus www.codebus.net